func strconv.syntaxError
16 uses
strconv (current package)
atob.go#L17: return false, syntaxError("ParseBool", str)
atoc.go#L89: return 0, syntaxError(fnParseComplex, orig)
atoc.go#L102: return 0, syntaxError(fnParseComplex, orig)
atof.go#L573: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L607: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L624: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L658: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L698: return 0, syntaxError(fnParseFloat, s)
atoi.go#L52: func syntaxError(fn, str string) *NumError {
atoi.go#L82: return 0, syntaxError(fnParseUint, s)
atoi.go#L149: return 0, syntaxError(fnParseUint, s0)
atoi.go#L153: return 0, syntaxError(fnParseUint, s0)
atoi.go#L171: return 0, syntaxError(fnParseUint, s0)
atoi.go#L206: return 0, syntaxError(fnParseInt, s)
atoi.go#L258: return 0, syntaxError(fnAtoi, s0)
atoi.go#L266: return 0, syntaxError(fnAtoi, s0)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |